Goto

Collaborating Authors

 port forwarding



10 reasons why I use VS Code for Jupyter Notebooks

#artificialintelligence

I have worked with Python, Deep Learning and Computer Vision for almost 5 years, in both academic research and industrial settings. I had started with Jupyter Notebook but quickly switched to Jupyter Lab because of several reasons. And I loved using it until I started to use VS Code for programming. I am a big fan of writing proper CLI programs than creating notebooks for most tasks. However, for data analysis and quick visualizations, nothing beats the interactive nature of the Jupyter cells!


Getting Connected with Google Home Using API.AI & Talend

#artificialintelligence

"OK Google, what can you do when connected to Talend?" In this tutorial, I will show how to create an Agent in API.AI that will respond to commands spoken to Google Home. The Agent will reverse the words in a sentence spoken to Google Home by making use of a Talend web service which is used to carry out the word reversal. A very simple example, but it demonstrates the ground work you will need to create some really quite interesting applications. You do not need one to try this tutorial out as Google has provided an emulator, but I can highly recommend the device. Recently Google opened up access to the Actions on Google API. You can either use the Actions SDK or use API.AI. API.AI was recently acquired by Google. While API.AI is really quite simple to use, it is quite limited in how it can be used with Google Home at the moment.